Flip 'em the bird!

Here's a very basic script that I did to fulfill a forums request by Phnx.
https://forums.gta5-mods.com/topic/170/script-middle-finger-on-foot
https://www.gta5-mods.com/users/Phnx

While unarmed, aim at a ped and flip them off.  They'll get mad and attack you, and watch out because sometimes they'll be armed...

Changelog
v1.1
- Compiled the script into a .dll file because it's using a few classes now.  Have no fear! The source is available on GitHub, link below
- Updated the animation to one suggested by Phnx, so no more floating
- Added some speech playback so your player has some insults to go with the bird
- Added a few more scenarios, so that your middle finger victim will react differently depending on who they are

Installation
- Install Community Script Hook V .NET (https://www.gta5-mods.com/tools/scripthookv-net)
- Drop TheBird.dll and TheBird.ini into your GTA V/scripts folder

Usage
- Without a weapon equipped, aim at a ped and press J

To change the key from J to something else, open <b>TheBird.ini</b> in the text editor of your choice and change the ActivationKey value to your desired key.  Check Microsoft's documentation for a full list of available keys. (https://msdn.microsoft.com/en-us/library/system.windows.forms.keys(v=vs.110).aspx)

Known Issues
- Ped doesn't have to be facing you when you flip them off

License
The full source code is available on GitHub (https://github.com/5mods/TheBird) as well as the license that the code is released under (https://github.com/5mods/TheBird/blob/master/LICENSE)